2004-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkexpander.c:
+ * gtk/gtktreeview.c: Change the default expander size to 12 to compensate
+ for the recent change to gtk_default_draw_expander().
+
+ * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
+ for expander sizes up to 16.
+
* gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
popup if the model is replaced. (#152333)
2004-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkexpander.c:
+ * gtk/gtktreeview.c: Change the default expander size to 12 to compensate
+ for the recent change to gtk_default_draw_expander().
+
+ * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
+ for expander sizes up to 16.
+
* gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
popup if the model is replaced. (#152333)
2004-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkexpander.c:
+ * gtk/gtktreeview.c: Change the default expander size to 12 to compensate
+ for the recent change to gtk_default_draw_expander().
+
+ * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
+ for expander sizes up to 16.
+
* gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
popup if the model is replaced. (#152333)
2004-09-13 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkexpander.c:
+ * gtk/gtktreeview.c: Change the default expander size to 12 to compensate
+ for the recent change to gtk_default_draw_expander().
+
+ * gtk/gtkstyle.c (gtk_default_draw_expander): Use a linewidth of one
+ for expander sizes up to 16.
+
* gtk/gtkentrycompletion.c (gtk_entry_completion_get_model): Resize the
popup if the model is replaced. (#152333)
gtk_widget_style_get (widget,
"expander-size", &expander_size,
NULL);
- line_width = MAX (1, expander_size/7);
+ line_width = MAX (1, expander_size/9);
if (area)
{
G_PARAM_READWRITE));
/* Style properties */
-#define _TREE_VIEW_EXPANDER_SIZE 10
+#define _TREE_VIEW_EXPANDER_SIZE 12
#define _TREE_VIEW_VERTICAL_SEPARATOR 2
#define _TREE_VIEW_HORIZONTAL_SEPARATOR 2